home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / hobby / albumtrx.zip / TRX2DBF.DOC < prev    next >
Text File  |  1991-11-23  |  2KB  |  34 lines

  1.  
  2.       ╓────────────────────────────────────────────────────────────╖
  3.       ║ Trx2dBF v1.01 ■ Copyright (c) 1991 Saugatuck Software Inc. ║
  4.       ╙────────────────────────────────────────────────────────────╜
  5.  
  6.     Usage: [d:][path]trx2dbf [d:][path]filename
  7.                                                                                
  8.     TRX2DBF converts an Album Trax data file to an EXISTING dBASE III
  9.     DBF file.  No indexes are copied.  "filename" is the name of the
  10.     Album Trax data file to convert.  TRX2DBF assumes that the dBASE
  11.     file has the same name as the Album Trax datafile but with a ".dbf"
  12.     extension.  The ".dbf" file MUST ALREADY EXIST and the converted
  13.     Album Trax records are APPENDED. You can use dBASE (or a similar
  14.     program) to create the dBASE file.
  15.                                                                                 
  16.     Please note that due to the 128 field limit of dBASE, not all fields
  17.     can be converted (Album Trax utilizes over 150 fields), therefore
  18.     you must decide what information to convert (for example, SAMPLE.DBF
  19.     that is included with this program omits individual song times).
  20.     If your data does not include songs #25 to #48, you may want to omit
  21.     "SONG_26" to "SONG_48" and include the fields "MINUTES_1" to 
  22.     "MINUTES_24" and "SECONDS_1" to "SECONDS_24".
  23.                                                                                 
  24.     The Album Trax field names are located at the start of the Album
  25.     Trax data file.  You can view these names by issuing the DOS type
  26.     command on an empty data file (i.e. TYPE ALBUMTRX.TRX)  Please note
  27.     that spaces must be entered as underscores in dBASE (i.e. "SONG 1"
  28.     is entered in dBASE as "SONG_1").  Only fields whose names match
  29.     exactly (except for upper/lower case) are copied.  The order of
  30.     the fields may be different in the two files.
  31.  
  32.  
  33.                                                 Saugatuck Software Inc.
  34.